Skip to main content

Interface IConsoleVariable<T>

Interface representing a variable in the console.

Assembly: Dalamud.dll
View Source
Declaration
public interface IConsoleVariable<T> : IConsoleEntry

Properties

Value

Gets or sets the value of this variable.

View Source
Declaration
T Value { get; set; }